home *** CD-ROM | disk | FTP | other *** search
- *** ./unix-sgi.mak Fri Apr 24 21:32:26 1998
- --- ../gs3.33/./unix-sgi.mak Sun May 3 05:17:20 1998
- ***************
- *** 215,220 ****
- --- 215,222 ----
- CAT=cat
- D=/
- EXP=./
- + #EXP=/usr/people/chavo/cq_builds/ghostscript/3.33+jpeg/gs3.33/
- + #EXP=`pwd`
- SHELL=/bin/sh
- SH=$(SHELL)
- SHP=$(SH) $(EXP)
- ***************
- *** 3506,3518 ****
- # We need to query the environment to construct gconfig_.h.
- INCLUDE=/usr/include
- gconfig_.h: unixtail.mak echogs$(XE)
- ! ./echogs -w gconfig_.h -x 2f2a -s This file was generated automatically. -s -x 2a2f
- ! if ( test -f $(INCLUDE)/sys/time.h ) then ./echogs -a gconfig_.h -x 23 define SYSTIME_H;\
- fi
- ! if ( test -f $(INCLUDE)/dirent.h ) then ./echogs -a gconfig_.h -x 23 define DIRENT_H;\
- ! elif ( test -f $(INCLUDE)/sys/dir.h ) then ./echogs -a gconfig_.h -x 23 define SYSDIR_H;\
- ! elif ( test -f $(INCLUDE)/sys/ndir.h ) then ./echogs -a gconfig_.h -x 23 define SYSNDIR_H;\
- ! elif ( test -f $(INCLUDE)/ndir.h ) then ./echogs -a gconfig_.h -x 23 define NDIR_H;\
- fi
-
- # ----------------------------- Main program ------------------------------ #
- --- 3508,3520 ----
- # We need to query the environment to construct gconfig_.h.
- INCLUDE=/usr/include
- gconfig_.h: unixtail.mak echogs$(XE)
- ! $(EXP)/echogs -w gconfig_.h -x 2f2a -s This file was generated automatically. -s -x 2a2f
- ! if ( test -f $(INCLUDE)/sys/time.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define SYSTIME_H;\
- fi
- ! if ( test -f $(INCLUDE)/dirent.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define DIRENT_H;\
- ! elif ( test -f $(INCLUDE)/sys/dir.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define SYSDIR_H;\
- ! elif ( test -f $(INCLUDE)/sys/ndir.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define SYSNDIR_H;\
- ! elif ( test -f $(INCLUDE)/ndir.h ) then $(EXP)/echogs -a gconfig_.h -x 23 define NDIR_H;\
- fi
-
- # ----------------------------- Main program ------------------------------ #
- ***************
- *** 3527,3536 ****
- # Here is the final link step. The stuff with LD_RUN_PATH is for SVR4
- # systems with dynamic library loading; I believe it's harmless elsewhere.
- $(GS)$(XE): ld.tr echogs $(NONDEVS_ALL) $(DEVS_ALL)
- ! ./echogs -w ldt.tr -n - $(CCLD) $(LDFLAGS) $(XLIBDIRS) -o $(GS)$(XE)
- ! ./echogs -a ldt.tr -n -s gs.$(OBJ) -s
- cat ld.tr >>ldt.tr
- ! ./echogs -a ldt.tr -s - $(EXTRALIBS) -lm
- LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; $(SH) <ldt.tr
- # Copyright (C) 1994, 1995 Aladdin Enterprises. All rights reserved.
- #
- --- 3529,3538 ----
- # Here is the final link step. The stuff with LD_RUN_PATH is for SVR4
- # systems with dynamic library loading; I believe it's harmless elsewhere.
- $(GS)$(XE): ld.tr echogs $(NONDEVS_ALL) $(DEVS_ALL)
- ! $(EXP)/echogs -w ldt.tr -n - $(CCLD) $(LDFLAGS) $(XLIBDIRS) -o $(GS)$(XE)
- ! $(EXP)/echogs -a ldt.tr -n -s gs.$(OBJ) -s
- cat ld.tr >>ldt.tr
- ! $(EXP)/echogs -a ldt.tr -s - $(EXTRALIBS) -lm
- LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; $(SH) <ldt.tr
- # Copyright (C) 1994, 1995 Aladdin Enterprises. All rights reserved.
- #
-